1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSuppliers
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSuppliers));
32             
this.btnDelete = new System.Windows.Forms.Button();
33             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
34             
this.btnGetData = new System.Windows.Forms.Button();
35             
this.btnUpdate = new System.Windows.Forms.Button();
36             
this.btnSave = new System.Windows.Forms.Button();
37             
this.btnNew = new System.Windows.Forms.Button();
38             
this.txtContactNo = new System.Windows.Forms.TextBox();
39             
this.Label11 = new System.Windows.Forms.Label();
40             
this.txtNotes = new System.Windows.Forms.TextBox();
41             
this.txtEmail = new System.Windows.Forms.TextBox();
42             
this.Label23 = new System.Windows.Forms.Label();
43             
this.Label21 = new System.Windows.Forms.Label();
44             
this.Label20 = new System.Windows.Forms.Label();
45             
this.Label19 = new System.Windows.Forms.Label();
46             
this.txtCity = new System.Windows.Forms.TextBox();
47             
this.txtAddress = new System.Windows.Forms.TextBox();
48             
this.Label6 = new System.Windows.Forms.Label();
49             
this.Label5 = new System.Windows.Forms.Label();
50             
this.Label2 = new System.Windows.Forms.Label();
51             
this.txtSupplierName = new System.Windows.Forms.TextBox();
52             
this.txtSupplierID = new System.Windows.Forms.TextBox();
53             
this.Label4 = new System.Windows.Forms.Label();
54             
this.txtContactNo1 = new System.Windows.Forms.TextBox();
55             
this.GroupBox2.SuspendLayout();
56             
this.SuspendLayout();
57             
//
58             
// btnDelete
59             
//
60             
this.btnDelete.Enabled = false;
61             
this.btnDelete.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
62             
this.btnDelete.Location = new System.Drawing.Point(16, 124);
63             
this.btnDelete.Name = "btnDelete";
64             
this.btnDelete.Size = new System.Drawing.Size(87, 29);
65             
this.btnDelete.TabIndex = 3;
66             
this.btnDelete.Text = "&Delete";
67             
this.btnDelete.UseVisualStyleBackColor = true;
68             
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
69             
//
70             
// GroupBox2
71             
//
72             
this.GroupBox2.Controls.Add(this.btnGetData);
73             
this.GroupBox2.Controls.Add(this.btnDelete);
74             
this.GroupBox2.Controls.Add(this.btnUpdate);
75             
this.GroupBox2.Controls.Add(this.btnSave);
76             
this.GroupBox2.Controls.Add(this.btnNew);
77             
this.GroupBox2.Location = new System.Drawing.Point(482, 66);
78             
this.GroupBox2.Name = "GroupBox2";
79             
this.GroupBox2.Size = new System.Drawing.Size(119, 204);
80             
this.GroupBox2.TabIndex = 8;
81             
this.GroupBox2.TabStop = false;
82             
//
83             
// btnGetData
84             
//
85             
this.btnGetData.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86             
this.btnGetData.Location = new System.Drawing.Point(16, 159);
87             
this.btnGetData.Name = "btnGetData";
88             
this.btnGetData.Size = new System.Drawing.Size(87, 29);
89             
this.btnGetData.TabIndex = 4;
90             
this.btnGetData.Text = "&Get Data";
91             
this.btnGetData.UseVisualStyleBackColor = true;
92             
this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
93             
//
94             
// btnUpdate
95             
//
96             
this.btnUpdate.Enabled = false;
97             
this.btnUpdate.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98             
this.btnUpdate.Location = new System.Drawing.Point(16, 89);
99             
this.btnUpdate.Name = "btnUpdate";
100             
this.btnUpdate.Size = new System.Drawing.Size(87, 29);
101             
this.btnUpdate.TabIndex = 2;
102             
this.btnUpdate.Text = "&Update";
103             
this.btnUpdate.UseVisualStyleBackColor = true;
104             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
105             
//
106             
// btnSave
107             
//
108             
this.btnSave.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
109             
this.btnSave.Location = new System.Drawing.Point(16, 54);
110             
this.btnSave.Name = "btnSave";
111             
this.btnSave.Size = new System.Drawing.Size(87, 29);
112             
this.btnSave.TabIndex = 1;
113             
this.btnSave.Text = "&Save";
114             
this.btnSave.UseVisualStyleBackColor = true;
115             
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
116             
//
117             
// btnNew
118             
//
119             
this.btnNew.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
120             
this.btnNew.Location = new System.Drawing.Point(16, 19);
121             
this.btnNew.Name = "btnNew";
122             
this.btnNew.Size = new System.Drawing.Size(87, 29);
123             
this.btnNew.TabIndex = 0;
124             
this.btnNew.Text = "&New";
125             
this.btnNew.UseVisualStyleBackColor = true;
126             
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
127             
//
128             
// txtContactNo
129             
//
130             
this.txtContactNo.Location = new System.Drawing.Point(161, 215);
131             
this.txtContactNo.Name = "txtContactNo";
132             
this.txtContactNo.Size = new System.Drawing.Size(119, 20);
133             
this.txtContactNo.TabIndex = 3;
134             
this.txtContactNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContactNo_KeyPress);
135             
//
136             
// Label11
137             
//
138             
this.Label11.AutoSize = true;
139             
this.Label11.BackColor = System.Drawing.Color.LightGray;
140             
this.Label11.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
141             
this.Label11.Location = new System.Drawing.Point(31, 29);
142             
this.Label11.Name = "Label11";
143             
this.Label11.Size = new System.Drawing.Size(131, 22);
144             
this.Label11.TabIndex = 12;
145             
this.Label11.Text = "Supplier Details";
146             
//
147             
// txtNotes
148             
//
149             
this.txtNotes.Location = new System.Drawing.Point(160, 323);
150             
this.txtNotes.Multiline = true;
151             
this.txtNotes.Name = "txtNotes";
152             
this.txtNotes.ScrollBars = System.Windows.Forms.ScrollBars.Both;
153             
this.txtNotes.Size = new System.Drawing.Size(251, 94);
154             
this.txtNotes.TabIndex = 6;
155             
//
156             
// txtEmail
157             
//
158             
this.txtEmail.Location = new System.Drawing.Point(161, 284);
159             
this.txtEmail.Name = "txtEmail";
160             
this.txtEmail.Size = new System.Drawing.Size(226, 20);
161             
this.txtEmail.TabIndex = 5;
162             
//
163             
// Label23
164             
//
165             
this.Label23.AutoSize = true;
166             
this.Label23.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.Label23.Location = new System.Drawing.Point(37, 324);
168             
this.Label23.Name = "Label23";
169             
this.Label23.Size = new System.Drawing.Size(40, 17);
170             
this.Label23.TabIndex = 77;
171             
this.Label23.Text = "Notes";
172             
//
173             
// Label21
174             
//
175             
this.Label21.AutoSize = true;
176             
this.Label21.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.Label21.Location = new System.Drawing.Point(37, 250);
178             
this.Label21.Name = "Label21";
179             
this.Label21.Size = new System.Drawing.Size(95, 17);
180             
this.Label21.TabIndex = 75;
181             
this.Label21.Text = "Alt. Contact No.";
182             
//
183             
// Label20
184             
//
185             
this.Label20.AutoSize = true;
186             
this.Label20.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
187             
this.Label20.Location = new System.Drawing.Point(37, 285);
188             
this.Label20.Name = "Label20";
189             
this.Label20.Size = new System.Drawing.Size(38, 17);
190             
this.Label20.TabIndex = 74;
191             
this.Label20.Text = "Email";
192             
//
193             
// Label19
194             
//
195             
this.Label19.AutoSize = true;
196             
this.Label19.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
197             
this.Label19.Location = new System.Drawing.Point(37, 218);
198             
this.Label19.Name = "Label19";
199             
this.Label19.Size = new System.Drawing.Size(73, 17);
200             
this.Label19.TabIndex = 73;
201             
this.Label19.Text = "Contact No.";
202             
//
203             
// txtCity
204             
//
205             
this.txtCity.Location = new System.Drawing.Point(160, 180);
206             
this.txtCity.Name = "txtCity";
207             
this.txtCity.Size = new System.Drawing.Size(144, 20);
208             
this.txtCity.TabIndex = 2;
209             
//
210             
// txtAddress
211             
//
212             
this.txtAddress.Location = new System.Drawing.Point(160, 148);
213             
this.txtAddress.Name = "txtAddress";
214             
this.txtAddress.Size = new System.Drawing.Size(273, 20);
215             
this.txtAddress.TabIndex = 1;
216             
//
217             
// Label6
218             
//
219             
this.Label6.AutoSize = true;
220             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
221             
this.Label6.Location = new System.Drawing.Point(37, 183);
222             
this.Label6.Name = "Label6";
223             
this.Label6.Size = new System.Drawing.Size(31, 17);
224             
this.Label6.TabIndex = 69;
225             
this.Label6.Text = "City";
226             
//
227             
// Label5
228             
//
229             
this.Label5.AutoSize = true;
230             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231             
this.Label5.Location = new System.Drawing.Point(37, 151);
232             
this.Label5.Name = "Label5";
233             
this.Label5.Size = new System.Drawing.Size(52, 17);
234             
this.Label5.TabIndex = 68;
235             
this.Label5.Text = "Address";
236             
//
237             
// Label2
238             
//
239             
this.Label2.AutoSize = true;
240             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
241             
this.Label2.Location = new System.Drawing.Point(37, 116);
242             
this.Label2.Name = "Label2";
243             
this.Label2.Size = new System.Drawing.Size(41, 17);
244             
this.Label2.TabIndex = 67;
245             
this.Label2.Text = "Name";
246             
//
247             
// txtSupplierName
248             
//
249             
this.txtSupplierName.Location = new System.Drawing.Point(160, 115);
250             
this.txtSupplierName.Name = "txtSupplierName";
251             
this.txtSupplierName.Size = new System.Drawing.Size(273, 20);
252             
this.txtSupplierName.TabIndex = 0;
253             
//
254             
// txtSupplierID
255             
//
256             
this.txtSupplierID.Location = new System.Drawing.Point(161, 81);
257             
this.txtSupplierID.Name = "txtSupplierID";
258             
this.txtSupplierID.ReadOnly = true;
259             
this.txtSupplierID.Size = new System.Drawing.Size(118, 20);
260             
this.txtSupplierID.TabIndex = 7;
261             
//
262             
// Label4
263             
//
264             
this.Label4.AutoSize = true;
265             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
266             
this.Label4.Location = new System.Drawing.Point(37, 81);
267             
this.Label4.Name = "Label4";
268             
this.Label4.Size = new System.Drawing.Size(71, 17);
269             
this.Label4.TabIndex = 66;
270             
this.Label4.Text = "Supplier ID";
271             
//
272             
// txtContactNo1
273             
//
274             
this.txtContactNo1.Location = new System.Drawing.Point(161, 250);
275             
this.txtContactNo1.Name = "txtContactNo1";
276             
this.txtContactNo1.Size = new System.Drawing.Size(119, 20);
277             
this.txtContactNo1.TabIndex = 4;
278             
this.txtContactNo1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContactNo1_KeyPress);
279             
//
280             
// frmSuppliers
281             
//
282             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
283             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
284             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
285             
this.ClientSize = new System.Drawing.Size(639, 447);
286             
this.Controls.Add(this.txtContactNo1);
287             
this.Controls.Add(this.GroupBox2);
288             
this.Controls.Add(this.txtContactNo);
289             
this.Controls.Add(this.Label11);
290             
this.Controls.Add(this.txtNotes);
291             
this.Controls.Add(this.txtEmail);
292             
this.Controls.Add(this.Label23);
293             
this.Controls.Add(this.Label21);
294             
this.Controls.Add(this.Label20);
295             
this.Controls.Add(this.Label19);
296             
this.Controls.Add(this.txtCity);
297             
this.Controls.Add(this.txtAddress);
298             
this.Controls.Add(this.Label6);
299             
this.Controls.Add(this.Label5);
300             
this.Controls.Add(this.Label2);
301             
this.Controls.Add(this.txtSupplierName);
302             
this.Controls.Add(this.txtSupplierID);
303             
this.Controls.Add(this.Label4);
304             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
305             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
306             
this.MaximizeBox = false;
307             
this.Name = "frmSuppliers";
308             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
309             
this.Text = "Suppliers";
310             
this.Load += new System.EventHandler(this.frmSuppliers_Load);
311             
this.GroupBox2.ResumeLayout(false);
312             
this.ResumeLayout(false);
313             
this.PerformLayout();
314
315         }
316
317         
#endregion
318
319         
internal System.Windows.Forms.Button btnDelete;
320         
internal System.Windows.Forms.GroupBox GroupBox2;
321         
internal System.Windows.Forms.Button btnUpdate;
322         
internal System.Windows.Forms.Button btnSave;
323         
internal System.Windows.Forms.Button btnNew;
324         
internal System.Windows.Forms.TextBox txtContactNo;
325         
internal System.Windows.Forms.Label Label11;
326         
internal System.Windows.Forms.TextBox txtNotes;
327         
internal System.Windows.Forms.TextBox txtEmail;
328         
internal System.Windows.Forms.Label Label23;
329         
internal System.Windows.Forms.Label Label21;
330         
internal System.Windows.Forms.Label Label20;
331         
internal System.Windows.Forms.Label Label19;
332         
internal System.Windows.Forms.TextBox txtCity;
333         
internal System.Windows.Forms.TextBox txtAddress;
334         
internal System.Windows.Forms.Label Label6;
335         
internal System.Windows.Forms.Label Label5;
336         
internal System.Windows.Forms.Label Label2;
337         
internal System.Windows.Forms.TextBox txtSupplierName;
338         
internal System.Windows.Forms.TextBox txtSupplierID;
339         
internal System.Windows.Forms.Label Label4;
340         
public System.Windows.Forms.TextBox txtContactNo1;
341         
internal System.Windows.Forms.Button btnGetData;
342     }
343 }


Gõ tìm kiếm nhanh...